func os.runtime_rand

2 uses

	os (current package)
		tempfile.go#L20: func runtime_rand() uint64
		tempfile.go#L23: 	return strconv.FormatUint(uint64(uint32(runtime_rand())), 10)